apache http server 您所在的位置:网站首页 apache reload apache http server

apache http server

2023-10-23 01:55| 来源: 网络整理| 查看: 265

Reload does a "Graceful Restart".

From the Apache documentation Stopping and Restarting :

The USR1 or graceful signal causes the parent process to advise the children to exit after their current request (or to exit immediately if they're not serving anything). The parent re-reads its configuration files and re-opens its log files. As each child dies off the parent replaces it with a child from the new generation of the configuration, which begins serving new requests immediately.

In theory no operations will be interrupted, but there will be a wave of server-processes restarting, with some (normally trivial enough) overhead.

In effect there are more variables involved, such as whether you are using prefork or worker, the number of children that you have specified, and in the case of worker the max threads per child.



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有